Move to style to css file. Created resume page
This commit is contained in:
parent
6bfa100e5d
commit
c9cfdb0a20
0
resume.html
Normal file
0
resume.html
Normal file
20
style.css
Normal file
20
style.css
Normal file
@ -0,0 +1,20 @@
|
||||
body {background-color: #0f1a30;}
|
||||
h1 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
|
||||
h2 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
|
||||
h3 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
|
||||
p {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
|
||||
a {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
|
||||
.container { display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
gap: 0px 0px;
|
||||
grid-auto-flow: row;
|
||||
grid-template-areas:
|
||||
"kyledot nightcall external"
|
||||
"thebakery thecaldera external";
|
||||
}
|
||||
.kyledot { grid-area: kyledot; }
|
||||
.thebakery { grid-area: thebakery; }
|
||||
.nightcall { grid-area: nightcall; }
|
||||
.thecaldera { grid-area: thecaldera; }
|
||||
.external { grid-area: external; }
|
Loading…
Reference in New Issue
Block a user