-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
41 lines (34 loc) · 845 Bytes
/
index.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
body{
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-image: url("images/poker-table.jpg");
background-size: cover;
text-align: center;
color: white;
font-weight: bold;
}
h1{
color: goldenrod;
}
#message-el{
font-style: italic;
}
/*
3. Style the button according to the provided design
text color - #016f32
width - 150px
background - goldenrod
*/
button{
color: #016f32;
width: 200px;
background: goldenrod;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
border: none;
border-radius: 2px;
margin-top: 3px;
margin-bottom: 3px;
}
/* 3. Make sure that the two buttons have some space between
each other when they are rendered out vertically */