-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
53 lines (53 loc) · 1.1 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
h1{
color: rgb(176, 98, 217);
font-size: 4em;
text-decoration: underline orange;
width: 380px;
padding:4px;
margin: 0 0 auto;
font-family: fantasy;
text-shadow: -8px -1px 1px black;
}
p{
font-size:2em;
font-weight: 300;
font-family: cursive;
color: #000000;
margin: auto 0;
}
.clicked{
color:yellow;
text-decoration: line-through;
}
ul{
font-family: cursive;
font-size: 20px;
color: #4e1909f2;
box-shadow: -3px 1px 9px 5px black;
margin: auto 0 30px 0;
width: 100px;
border-radius: 12px;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Brown_paper_bag_texture.jpg/220px-Brown_paper_bag_texture.jpg);
}
body{
color:rgb(24, 231, 214);
background: rgba(165, 213, 84, 0.38);
}
button{
border-radius: 8px;
color: #ec0bdd;
background-color: #13cce39e;
block-size: 30px;
border: 0px;
margin-left: 20px;
font-family: cursive;
font-size: 20px;
box-shadow: -4px 1px 6px black;
}
.hover{
color:orange;
}
input{
border-radius:50%;
background-color: orange;
}