-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (48 loc) · 773 Bytes
/
style.css
File metadata and controls
56 lines (48 loc) · 773 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
body {
margin: 0;
overflow-x: hidden;
}
nav {
display: flex;
align-items: center;
padding-left: 50px;
background-color: #333;
width: 100vw;
height: 70px;
font-family: 'Montserrat', sans-serif;
}
img {
width: 50px
}
h1 {
margin: 0 50px;
color: white;
}
#container {
margin-top: 50px;
width: 100vw;
display: flex;
justify-content: space-around;
align-items: center;
height: 500px;
}
.quadrado {
width: 300px;
height: 300px;
background-color: red;
}
header {
width: 90vw;
margin-left: 40px;
text-align: center;
height: 200px;
padding: 0 0 0 40px;
background-color: thistle;
}
h2 {
color: brown;
}
#memeFaustao {
width: 500px;
border-radius: 10px;
}