-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsarabibeauty.css
70 lines (49 loc) · 1008 Bytes
/
sarabibeauty.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
body{
background:url(sback3.jpg) no-repeat;
background-size: cover;
}
h1{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 50px;
text-align: center;
color: #202020 ;
}
.navbar{
background-color: transparent;
overflow: hidden;
width: 100%;
}
a{
float: right;
padding: 14px 12px;
text-decoration: underline;
color: #202020 ;
font-size: 30px;
text-align: center;
}
a:hover{
background-color:E0BEB1;
color: 0C0C0C ;
}
p{
font-size: 20px;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: #202020 ;
}
img{
width: 320px;
height:400px;
}
footer{
position:fixed;
left:0;
bottom: 0;
width: 100%;
background-color:transparent;
color:black;
text-align: center;
}
tr,td{
padding: 50px;
}