forked from Denzel543/OnPage---Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
32 lines (32 loc) · 753 Bytes
/
styles.css
File metadata and controls
32 lines (32 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*{
box-sizing: border-box;
}
body{
padding: 0px;
background-color: #fff;
font-family: Georgia;
align-items: center;
text-align: left;
background-color: #FFE5B4;
}
a {
text-decoration: none;
color: black;
}
form {
display: grid;
}
select {
border-radius: 16px;
}
h1 {
color: darkred;
font-size: 2.5rem;
text-align: center;
align-items: center;
}
.front {
border-radius: 8px;
display: grid;
grid-template-columns: auto auto;
}