City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. How do I share my Codepen - The freeCodeCamp Forum

    forum.freecodecamp.org/t/how-do-i-share-my-codepen/175132

    Assuming that you’ve saved your pen, you can copypaste the link in your address bar, or check out the share, export, and embed buttons in the lower right of the window. If you’re sharing here on the forums, I suggest you just paste in your URL without any formatting. Thnx! (meeting the character requirment here) Thanks again, @PortableStick.

  3. Using codepen.io with freecodecamp.org projects?

    forum.freecodecamp.org/t/using-codepen-io-with-freecodecamp-org-projects

    As far as I am aware of, the front end certification projects still require the use of Codepen and is still linked to it. As for the projects themselves, the editor on FreeCodeCamp is actually really impressive. Though if you still wish to use Codepen while following the lessons, you could follow along with your own personal Codepen project.

  4. Typewriter Effect - CSS-Tricks

    css-tricks.com/snippets/css/typewriter-effect

    .typewriter h1 { overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: .15em solid orange; /* The typwriter cursor */ white-space: nowrap; /* Keeps the content on a single line */ margin: 0 auto; /* Gives that scrolling effect as the typing happens */ letter-spacing: .15em; /* Adjust as needed */ animation: typing 3.5s steps(40, end), blink-caret .75s ...

  5. CODEPEN Sign Up and Log In to CodePen is unavailable. ← Back to...

    forum.freecodecamp.org/t/codepen-sign-up-and-log-in-to-codepen-is-unavailable...

    CODEPEN Sign Up and Log In to CodePen is unavailable. ← Back to Homepage. Sign Up and Log In to CodePen is unavailable. then don’t use codepen, it’s not mandatory. We don’t have any inside information about CodePen. For what it’s worth, I just went through the sign up/sign in process without issue, so if it was a problem with CodePen ...

  6. A Super Flexible CSS Carousel, Enhanced With JavaScript...

    css-tricks.com/a-super-flexible-css-carousel-enhanced-with-javascript-navigation

    Couldn’t say it better myself. Play around with it in Andy’s demo on CodePen. But, we still need another CSS property set on the container’s children (again, the carousel slides) that tells the browser where the scroll should stop. Andy likens this to a magnet, so let’s put that magnet directly on the center of our slides.

  7. Accessible, Simple, Responsive Tables - CSS-Tricks

    css-tricks.com/accessible-simple-responsive-tables

    See the Pen Responsive Tables (By rows) by CSS-Tricks (@css-tricks) on CodePen. 1b) For column-oriented tables… Set the flex order by row to instantly create a vertical table. This must be inline otherwise we would need a unique class for every row. Fairly easy to do manually, or very easy for a CMS or JavaScript to apply.

  8. See the Pen QNgoQW by Geoff Graham (@geoffgraham) on CodePen. So no animated cursors sadly, unless you do something crazy like hide the cursor (cursor: none;), track the mouse position with JavaScript, and display something entirely custom. Um, like this! See the Pen Animation following cursor by tamm on CodePen.

  9. The Can-Do's Of CodePen Projects - CSS-Tricks

    css-tricks.com/can-dos-codepen-projects

    CodePen Projects offers two preprocessing languages that can do HTML includes: Pug and Nunjucks. In Pug, you use include file.pug (where `file.pug` is the file path to any other Pug file) and it will grab that file and include it. This makes it easy to piece together parts of files into complete HTML documents, making multi-page sites much ...

  10. CodePen website has blocked me! - The freeCodeCamp Forum

    forum.freecodecamp.org/t/codepen-website-has-blocked-me/676762

    Thanks, I have sent a support mail to CodePen, lets see where that leads. MilesWeb March 4, 2024, 1:58pm ...

  11. How to run a .js file in codePen? - The freeCodeCamp Forum

    forum.freecodecamp.org/t/how-to-run-a-js-file-in-codepen/133149

    Also, most of the JavaScript videos on freeCodeCamp YouTube have a link in the description to the code on CodePen. Once you click the link, click the ‘fork’ button at the top to make your own copy. Then you can make changes and see the result. Another thing to check is that you have clicked the ‘console’ button at the bottom to open the ...