-
Notifications
You must be signed in to change notification settings - Fork 0
/
style4.css
122 lines (114 loc) · 2.36 KB
/
style4.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
121
122
.asd{
background-image:url('11.jpg');
min-height:100%;
position:relative;
background-position:center;
background-size:cover;
background-attachment: fixed;
margin-top: 0%;
}
.asde{
background-image:url('13.png');
min-height:100%;
position:relative;
background-position:center;
background-size:cover;
background-attachment: fixed;
margin-top: 0%;
}
.ptext{
color:white;
border-radius: 20px;
padding: 30px;
/*font-family: 'Pacifico', cursive;*/
font-family: 'Alfa Slab One', cursive;
/* font-family: 'Montserrat Alternates', sans-serif;*/
font-size: 50px;
text-align: center;
border-radius: 20px;
transition: transform .2s;
}
.ptext:hover {
transform: scale(1.5);
}
.ab:hover{
color: #5383d3;
}
.ptext0{
color:white;
border-radius: 20px;
/*font-family: 'Pacifico', cursive;*/
font-family: 'Alfa Slab One', cursive;
/* font-family: 'Montserrat Alternates', sans-serif;*/
font-size: 30px;
text-align: center;
border-radius: 20px;
transition: transform .2s;
}
.ptext0:hover {
transform: scale(1.5);
}
.aba:hover{
color: #5383d3;
}
.ptext2{
background:rgb(5, 200, 235) ;
opacity: 0.6;
margin-left: 800px;
margin-right: 200px;
/*font-family: 'Pacifico', cursive;*/
font-family: 'Alfa Slab One', cursive;
/* font-family: 'Montserrat Alternates', sans-serif;*/
font-size: 30px;
text-align: center;
}
.alpha{
color: white;
opacity: 2;
}
.abcd{
color: white;
opacity: 2;
transition: transform .2s;
text-align: left;
text-decoration: none;
}
.abcd:hover{
transform: scale(1.5);
opacity: 2;
}
.ulist{
color: white;
font-size: small
}
.sub{margin-top: -18px;
margin-bottom: -18px;
background: #5383d3;
}
.h2hh{margin-left: 200px;
color: white;
font-family: 'IBM Plex Serif', serif;
letter-spacing: 1px;
}
.span1{
border: solid white;
font-size: small;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px;
}
.beta{
margin-top: 18px;
margin-right: -2px;
}
.beta1{
margin-top: -18px;
margin-right: -2px;
margin-bottom: 12px;
}
.beta0{
margin-top: 18px;
margin-right: -2px;
margin-right: -15px;
}