-
Notifications
You must be signed in to change notification settings - Fork 0
/
external.css
55 lines (50 loc) · 895 Bytes
/
external.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
#sanskar{
font-family: Caveat, cursive;
font-optical-sizing: auto;
color: black;
font-size:22px;
top:14px;
right:100px;
position: absolute;
}
#sanskar2{
font-family: Caveat, cursive;
font-optical-sizing: auto;
color: black;
font-size:22px;
top:14px;
right:6px;
position: absolute;
}
.sd{
margin-left: 5px;
height: 70px;
width: 80px;
}
footer{
margin-inline-start: 0%;
padding:5px;
background-color:darkgrey;
text-align: center;
font-size:x-small;
margin-top: auto;
}
body{
min-height: 100vh;
display:flex;
flex-direction: column;
}
label {
font-size: 20px;
font-weight: 700;
color: #1c87c9;
}
input {
width: 50%;
height: 23px;
padding: 4px 10px;
border: 1px solid #ceb5b5;
background: #cce6ff;
color:darkslategrey;
font-size: 19px;
}