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
p:nth-child(1) { | |
font-size: 10px; | |
} | |
p:nth-child(2) { | |
font-size: 9px; | |
} | |
p:nth-child(3) { | |
font-size: 8px; | |
} | |
p:nth-child(4) { |
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
p { | |
letter-spacing: -0.2em; | |
} | |
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
p { | |
letter-spacing: -0.2em; | |
} | |
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 { | |
font-size: 32px; | |
} | |
.small { | |
font-size: 16px; | |
} | |
.px { | |
line-height: 32px; |
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 { | |
background-image: linear-gradient(to bottom, #eef2d9 0%, #eef2d9 95%, #889933 100%); | |
background-size: auto 2em; | |
font-size: 16px; | |
} | |
body { | |
padding: 0 1rem; | |
line-height: 2; | |
font-size: 1em; |
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
.box { | |
position: relative; | |
margin-left: 0; | |
margin-right: 0; | |
width: 300px; | |
height: 300px; | |
background-color: skyblue; | |
} | |
.box-close { |
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
.box { | |
position: relative; | |
margin-left: 0; | |
margin-right: 0; | |
width: 300px; | |
height: 300px; | |
background-color: skyblue; | |
} | |
.obj { |
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
.box { | |
position: relative; | |
margin-left: 0; | |
margin-right: 0; | |
width: 300px; | |
height: 300px; | |
background-color: skyblue; | |
} | |
.obj { |
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
.box { | |
position: relative; | |
margin-left: 0; | |
margin-right: 0; | |
width: 300px; | |
height: 300px; | |
background-color: skyblue; | |
} | |
.obj { |
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
.box { | |
/* position: relative; */ | |
margin-left: 0; | |
margin-right: 0; | |
width: 300px; | |
height: 300px; | |
background-color: skyblue; | |
} | |
.box-close { |