-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
135 lines (116 loc) · 2.46 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
body {
color: #fff;
/* background: #161616; */
font-family: 'New Tegomin';
font-size: 20px;
background: url("img/back.jpg");
background-size: cover;
}
@font-face {
font-family: 'New Tegomin';
src: url('font/NewTegomin-Regular.ttf');
}
body a {
color: #809fff;
}
::placeholder {
color: #000000;
opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Microsoft Edge */
color: red;
}
#head {
float: right;
padding: 10px 10px;
font-size:16px;
/* display: block; */
/* box-shadow:0 3px 1px 2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12); */
background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
border-radius: 14px 14px 14px 14px;
}
#head a{
color: #e52131;
text-decoration: none;
}
#head:hover {
text-decoration: underline;
box-shadow:0 3px 1px 2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}
#logo{
text-align: center;
font-weight: bold;
margin-block-end: unset;
text-shadow: 2px 2px rgb(102, 255, 0);
cursor: default;
}
.timing {
/* margin-bottom: 40px; */
font-size: 3.2rem;
text-align: center;
margin-block-start: unset;
text-shadow: 2px 2px rgb(102, 255, 0);
cursor: default;
}
#Sbox{
background-color: rgba(67, 67, 67, 0.555);
color: #000000;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
font-size: 24px;
height:45px;
border:solid 2px cyan;
width:500px;
outline: none;
}
#Sbox:hover{
box-shadow: 1px 1px 8px 1px #d263ff;
}
#Sbox:focus-within{
box-shadow: 1px 1px 8px 1px #d263ff;
outline:none;
}
.Tg7LZd{
height: 44px;
width: 44px;
position: relative;
top: 12px;
border-radius: 8px;
background: #007fff;
border: 1px solid yellow;
cursor: pointer;
/* flex: 0 0 auto; */
padding: 0;
}
.Tg7LZd:hover{
box-shadow: 1px 1px 8px 1px #d263ff;
}
.Tsite{
color: white;
text-decoration: none;
padding: 3px;
margin: 10px;
}
form{
text-align: center;
}
.Tsites{
display: flex;
border: transparent;
padding: 50px;
flex-wrap: wrap;
justify-content: center;
}
.container{
display: inline-flex;
flex-direction: column;
text-align: center;
border-radius: 40px;
width: 160px;
height: 160px;
}
.container:hover{
box-shadow: 1px 1px 8px 1px #303030;
background-color: rgba(38, 41, 41, 0.185);
/* border: 2px solid black; */
}