-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (118 loc) · 2.06 KB
/
style.css
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body{
background-size: 100%; background-repeat: no-repeat;
}
header {
background-color:#000000;
}
}
.logo{
height:400px;
width: 400px;
}
ul{
color: white;
}
nav {
position: absolute;
top: 100px;
right:20;
margin-left: 45%;
font-size: 20px; font-family: monospace;
}
nav li {
display: inline;
}
.home{
margin-top: 10%;
text-decoration: none;
background-color: #fe7f5c;
color: white;
padding: 10px;
display: inline-block;
font-family: arial, sans-serif;
position: relative;
}
.home:after {
content: '';
position: absolute;
border-bottom: solid 5px white;
bottom: 0;
left: 0;
right: 100%;
transition: all 500ms;
}
.home:hover:after {
right: 0;
}
em strong {
color: #FF0000;
}
img{
width: 25%;
margin-left: 18%
}
img {
display: inline-block;
}
.foto{
margin-top: 3%;
width: 80%
}
.frase {
display: inline-block;
vertical-align: text-bottom;
text-align: center; font-size: 30px; font-variant: small-caps;
background-color: #fffee4;
margin-top: 1%
}
table{
margin-top: 3%;
}
#escritorDois{
width: 500%;
margin-left: 200%;
display: inline-flex;
}
.sobreAutor{
text-align: center; font-size: 18px;font-style: normal;
}
.sobreAutor{
margin-left: 25%;
margin-right: 7%
}
.redeSociais{
background-color: #b4d8bc;
text-align: center; font-size: 40px; font-variant: small-caps;
}
.redess{
width: 6%;
margin-left: 20%
}
.frasedois{
margin-top: 1%;
margin-left: 15%;
margin-right: 15%;
text-align: center; font-size: 35px; font-variant: small-caps;
background-color: #d0ecea;
}
.fotodois{
width: 200%
}
.fototres{
width: 250%;
margin-left: 80%
}
.amigos{
margin-left: 15%;
margin-right: 7%;
text-align: center; font-size: 30px; font-variant: small-caps;
}
.fotonatal{
width: 110%;
margin-left: 80%
}
.natal{
margin-left: 15%;
margin-right: 7%;
text-align: center; font-size: 30px; font-variant: small-caps;
}