Created
March 5, 2020 21:07
-
-
Save daniula/ed3ce07a46b153ba1fd549d77664d187 to your computer and use it in GitHub Desktop.
Untitled
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 { | |
font-family: sans-serif; | |
display: flex; | |
} | |
.box { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
width: 400px; | |
height: 400px; | |
margin: 10px; | |
color: white; | |
} | |
.froly { | |
background-color: #f6677c; | |
} | |
.mandy { | |
background-color: #fc6676; | |
} | |
.brink-pink { | |
background-color: #ff6677; | |
} | |
.wild-waterlemon { | |
background-color: #ff6677; | |
} |
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 class="box froly">Froly</div> | |
<div class="box mandy">Mandy</div> | |
<div class="box brink-pink">Brink Pink</div> | |
<div class="box wild-waterlemon">Wild Waterlemon</div> |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment