Skip to content

Commit c51feb5

Browse files
authored
Create main.css
1 parent 6355ddc commit c51feb5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

main.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
* {
2+
padding: 0;
3+
margin: 0;
4+
}
5+
body {
6+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
7+
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
8+
}
9+
.navbar {
10+
padding: 0.5rem 1rem;
11+
}
12+
.navbar a {
13+
text-decoration: none;
14+
font-size: 1.5rem;
15+
color: #555;
16+
font-weight: bold;
17+
}
18+
.button-container {
19+
margin: 2rem 0;
20+
text-align: center;
21+
}
22+
a.upload-btn {
23+
text-decoration: none;
24+
padding: 0.4rem 0.8rem;
25+
border-radius: 3px;
26+
background-color: #1a73e8;
27+
color: #fff;
28+
}

0 commit comments

Comments
 (0)