forked from marcusbusby/relaxing_sounds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (62 loc) · 831 Bytes
/
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
body {
font-family: 'Fredoka One';
}
.navbar-right{
margin: 20px 0px 0px 0px!important;
}
#header{
text-align: center;
}
.sound_img{
width: 300px;
height: 150px;
}
.audio_container{
float: left;
margin: 10px;
margin: 10px;
border: 6px solid indianred;
border-radius: 5px;
cursor: pointer;
}
.audio_container:hover{
border: 6px solid green;
}
#sound_container{
width: 70%;
float: left;
margin-left: 15%;
}
#play_list{
width: 14%;
float: left;
text-align: center;
}
.fa-times{
margin-left: 5px;
cursor: pointer;
}
#buttons{
margin-top: 20px;
}
#playlist_name{
margin-bottom: 10px;
}
#random{
margin-top: 20px;
}
.modal-content{
text-align: center;
}
.modal-content input{
width: 90%;
margin: 10px 0px 10px 0px;
}
#login{
margin-bottom: 10px;
}
ul{
padding: 0;
list-style: none;
text-align: center;
}