Created
July 1, 2019 11:43
-
-
Save omas-public/eb0ff38043afd50c155d9f6740ee8261 to your computer and use it in GitHub Desktop.
p31
This file contains 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
@charset 'utf-8'; | |
html { | |
font-size:62.5%; | |
} | |
body { | |
color: #333; | |
font-size: 1.2em; | |
font-family: sans-serif; | |
} | |
*, *::before, *::after { | |
box-sizing:border-box; | |
} | |
a:link,a:visited,a:hover,a:active { | |
color:#d03c56; | |
text-decoration:none; | |
} | |
.header { | |
width : 100%; | |
} | |
.wrapper { | |
width: 970px; | |
margin: 30px auto 40px; | |
} | |
.main { | |
display: block; | |
float: left; | |
width: 660px; | |
} | |
.sidemenu { | |
float: right; | |
width:275px; | |
} | |
.footer { | |
width:100%; | |
} | |
.clearfix::after { | |
content:''; | |
display:block; | |
clear:both; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment