Skip to content

main.css

Holdover3 edited this page Apr 16, 2018 · 1 revision

body { height: 100%; margin: 0; text-align: center; width: 100%; }

h1 { font-size: 32px; font-family: Palatino, 'Palatino Linotype', serif; color: rgb(121,149,117); }

h2 { font-size: 56px; }

.hero { padding: 250px 0; margin: 30px; font-family: 'Trebuchet MS', Helvetica, sans-serif; background-image: url("https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-2/bg.jpg"); background-size: cover; color: #ffffff }

p { font-size: 2rem; }

.hero a { color: #00FFAA; font-size: 1.25em; text-decoration: none; } #footer { font-size: 0.75rem; }

Clone this wiki locally