-
Notifications
You must be signed in to change notification settings - Fork 21
/
styles.css
69 lines (64 loc) · 1.48 KB
/
styles.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
* {
background-color:#545375;
}
#check-btn {
background-color: rgb(234, 197, 234);
border-radius: 6px;
cursor: pointer;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
font-weight: bolder;
}
#text-input {
background-color: rgb(234, 197, 234);
border-radius: 6px;
cursor: pointer;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
font-weight: bolder;
}
#result {
border-radius: 6px;
cursor: pointer;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 25px;
font-weight: bolder;
background-color: #F4E9F3;
}
#sect {
width: 500px;
height: 200px;
border: 3px solid black;
margin : 10px;
margin-top: 40px;
margin-bottom: 30px;
display: inline-block;
background-color:#F4E9F3;
box-shadow: 4px 4px 10px rgb(186, 210, 211);
border-radius:30px;
}
#h1 {
margin : 10px;
margin-top: 50px;
font-size:56px;
color:aliceblue;
font-style: normal;
}
#sect2 {
width: 500px;
height: 150px;
border: 3px solid black;
margin : 10px;
margin-top: 10px;
margin-bottom: 30px;
display: inline-block;
background-color:darkgreen;
box-shadow: 4px 4px 10px rgb(61, 105, 107);
border-radius: 30px;
}
#h2 {
background-color:darkgreen;
}
#h3 {
background-color:#F4E9F3;
}