A Pen by Lori Labrie on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <nav>Regular Expression Study Program <a class="no-underline" href="https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions" target="blank">freeCodeCamp</a></nav> | |
| <div class="container"> | |
| <div class="main"> <h2><a href="https://www.regular-expressions.info/regexbuddy.html">Regular expressions</a> are used in programming languages to match parts of strings. You create patterns to help you do that matching. | |
| </h2> | |
| <h3 class="category">Greetings!</h3> | |
| <main> | |
| <div id="name1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
| <title>Product Page LL</title> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <!--header starts here--> | |
| <header id="header"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> | |
| <title>Product Page LL</title> | |
| </head> | |
| <!--header starts here--> | |
| <header id="header" ><nav id="nav-bar"><a href="https://www.freecodecamp.org/llabrie"><img id="header-img" class="logo"src="https://res.cloudinary.com/dtw81jtxl/image/upload/v1468330136/logo_t_np0cvf.png"alt="logo" width="50px"/></a> | |
| <ul> | |
| <li><a href="#fall" class="nav-link">FALL</a></li> |
A Pen by Lori Labrie on CodePen.
Finding the best state to live in according to certain criteria: cost of living, taxes, climate
A Pen by Lori Labrie on CodePen.
Animating Flexbox properties using relative animations. Layout is done with CSS. GreenSock is used to animate the difference in layout changes. Animations will also play if you resize the window.
Based on the Flexbox Playground created by Gabi.
TODO: Use additive animations.
A Pen by Lori Labrie on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="app"> | |
| <body> | |
| <!-- Begin Image --> | |
| <!-- Invisible Box--> | |
| <div class="box"> | |
| <!-- Circular Head--> | |
| <div class="head"> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <div class="container"> | |
| <div style="text-align:center;"> | |
| <button><img id="myImg" src="https://res.cloudinary.com/dtw81jtxl/image/upload/v1477094822/girl_v0bapb.png"alt="girl"></button> | |
| </div> | |
| </div> | |
| <script> | |
| function myFunction() | |
| { |
NewerOlder