-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsobre.css
More file actions
69 lines (61 loc) · 985 Bytes
/
Copy pathsobre.css
File metadata and controls
69 lines (61 loc) · 985 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
57
58
59
60
61
62
63
64
65
66
67
68
69
/*body{
background: #CCB8FE;
} */
h1{
text-align:center;
background-color: rgb(127, 99, 228);
}
img{
max-width: 100%;
}
.footer{
background: seashell;
}
p.sobremim{
text-align: center;
}
nav.navbar{
background-color:clear;
position: absolute;
z-index: 2;
font-size: 20px;
}
nav.redes{
padding:0px;
margin: 0px;
background-color:rgb(187, 230, 238);
width: 60px;
height:250px ;
position: fixed;/*para fixar, enquanto o site roda*/
left:-20px;
font-size: 40px;
z-index: 2;
border-radius:25px; /*arendodamento da borda*/
top:200px;
}
ul.redes{
list-style:none;
position: absolute;
left:-20px;
width: 100%
}
p.espaco{
padding-right: 150px;
padding-left:150px;
font-size: 20px;
font-family: Arial;
}
h2{
padding-right: 150px;
padding-left:150px;
}
@media screen and (max-width:767px) {
p.espaco{
padding-right:0px;
padding-left:0px;
}
h2{
padding-right: 0px;
padding-left:0px;
}
}