-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrandom.css
More file actions
39 lines (38 loc) · 748 Bytes
/
random.css
File metadata and controls
39 lines (38 loc) · 748 Bytes
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
li {
list-style: none;
padding: 15px;
border-bottom: solid 1px;
width: 100%;
text-align: center;
}
.randomList{
display: flex;
width: 52%;
justify-content: space-between;
padding: 0px 22%;
align-items: flex-start;
}
.generate{
display: none;
font-family: "Walter Turncoat", cursive;
background: none;
color: white;
border-color: white;
border: solid;
cursor: pointer;
font-weight: 600;
border-radius: 0;
width: 10%;
height: 45px;
}
.generate:hover{
background-color: white;
color: #3a4854;
border-color: white;
}
.generateDiv{
width: 100%;
display: flex;
justify-content: center;
padding-bottom: 3%;
}