-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (71 loc) · 1.19 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
.text-color{
color:rgb(98, 13, 235);
}
.between-gap{
display:flex;
}
.content-size{
width: 60%;
padding-left: 10%;
padding-right: 2%;
}
a{
text-decoration:none;
color:chartreuse;
background-image: url(gradiant.jpg);
padding:8px 8px;
border-radius: 25px;
}
.word{
font-family:'Fira Sans', sans-serif;
font-size: 18px;
}
.background-pic{
background-image: url(diabetes2.webp);
width:100%;
height:70%;
}
#text-area{
text-align: center;
}
.headline{
text-align: center;
margin-top:5%;
}
.make-size{
border: 3px solid rgba(0, 128, 0, 0.623);
border-radius: 15px;
width: 25%;
padding-left: 18px;
padding-right: 9px;
box-shadow: 10px 10px 17px gray;
margin:27px;
}
.showing{
display:flex;
}
.visable{
border: 3px solid rgba(0, 128, 0, 0.623);
border-radius: 15px;
width: 25%;
padding-left: 18px;
padding-right: 9px;
box-shadow: 10px 10px 17px gray;
margin-left: 33%;
}
li{
border: 2%;
margin: 1%;
}
.background-edit{
background-color: black;
color: white;
padding-bottom: 2%;
padding-top: 1%;
}
body{
background-color: aqua;
}
.word-color{
color:yellow;
}