-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtime-clicked-style.css
58 lines (53 loc) · 1.31 KB
/
time-clicked-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
/*------------------------------*
* THIS IS THE CSS STYLE FOR TIME CLICKED PAGE
--------------------------------*/
html, body {
width: 100%;
/*stretches background image to fit page*/
background: url("img/bg-2.png") no-repeat center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1 {
text-align: center;
font-style: oblique;
font-weight: 500;
font-family: cursive;
font-size: 60px;
}
.name-box {
width: 60%;
padding: 1.5%;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
font-size: 30px;
font-family: monospace;
}
.buttons-container, .input-container {
text-align: center;
}
.submit-btn, .hide-btn, .del-btn {
background-color: rgba(113, 214, 227, 0.69);
color: white;
padding: 1%;
margin: 5px 0;
border: none;
cursor: pointer;
width: 10%;
}
.table-container, .table {
text-align: center;
width: 60%;
margin: 8px auto; /* centers the table*/
border-collapse: separate;
border-spacing: 10px;
background-image: url(img/bg-3.jpg);
padding: 15px 20px;
font-size: 15px;
font-family: monospace;
color: #1a5384;
}