Files
frontend-bootcamp/step1-01/html-demo/style.css
Micah Godbolt 756c948ce3 html cleanup
2019-02-20 22:36:08 -08:00

24 lines
289 B
CSS

aside {
float: right;
width: 33%;
padding: 10px;
background: #eee;
}
form > div {
margin-bottom: 20px;
}
h2 a {
color: #0078d4;
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}