-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobre.css
90 lines (77 loc) · 1.4 KB
/
sobre.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
body {
background-color:#d2d9df;
}
.container {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
margin-left: 5%;
margin-right: 5%;
}
#header {
font-family: 'Tilt Prism', cursive;
font-style: normal;
font-weight: 600;
font-size: 38px;
line-height: 42px;
text-decoration:none;
color: #0e1f6a;
margin-top: 10px;
margin-bottom: 40px;
}
#about h1{
text-align: center;
}
#header .home {
color: #0e1f6a;;
}
#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#menu {
text-align: right;
margin-top: 10px;
margin-right: 15%;
}
#menu li {
display: inline-block;
margin-left: 10px;
font-family: 'Hubballi', cursive;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #070f18;
}
a {
color: black;
text-decoration: none;
}
.floating-support-button img {
height: 60px;
}
.floating-support-button {
z-index: 10;
position: fixed;
bottom: 17px;
right: 15px;
height: 46px;
width: 46px;
border-radius: 50%;
background-color: #8654cd;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
footer{
background-color: #182C61;
color: #ecf0f1;
padding: 16px 0;
text-align: center;
font-family: 'Hubballi', cursive;
margin-bottom: 0;
}