-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (77 loc) · 1.39 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
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap');
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-family: 'Poppins', sans-serif;
}
#logo{
color: rgb(194, 15, 155);
font-size: 40px;
text-shadow: #ff99cc;
font-weight: 600;
}
.nav-item{
font-size: 23px;
padding-left: 30px;
}
.home{
background: linear-gradient(to top left, #ff99cc 0%, #33ccff 100%);
}
.home_img{
padding-top: 80px;
width: 100%;
}
.avtar_img{
width: 100%;
}
.aboutus_text
{
font-size:25px;
word-spacing:8px;
}
.card-section{
background: linear-gradient(to top left, #ff99cc 0%, #33ccff 100%);
}
.card-section a{
text-decoration: none;
color: #e04090;
font-size: 23px;
}
.card-section a:hover{
text-decoration: underline;
color: #e04090;
font-size: 25px;
}
.card
{
box-shadow: 2px 4px 10px black;
border: none;
outline: none;
border-radius: 20px;
}
.card-text{
font-size: 20px;
padding-top: 5px;
}
.form-title{
color: #f16bae;
}
#ft-logo{
color: rgb(194, 15, 155);
font-size: 35px;
text-shadow: #ff99cc;
font-weight: 600;
}
.footer p{
font-size: 20px;
font-weight: 500;
}
.footer p:hover{
text-decoration: underline;
}
.footer span{
padding-left: 20px;
}