-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
50 lines (47 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
.heading{
color : brown;
}
.coffee, .tea{
background: #3C2A21;
color: #fff;
border-radius: .4em;
overflow: hidden;
}
body{
background-color: #FFEBB7;
background-image: url(https://digitalforge.qa/images/codepen/coffee.png), url(https://digitalforge.qa/images/codepen/bg.png);
background-position: center, left top;
background-repeat: no-repeat, repeat;
background-attachment: fixed;
}
.qts{
display: table; /*keep the background color wrapped tight*/
/* margin: auto; keep the table centered */
padding:5px;
font-size:20px;
background-color: #D5CEA3;
border : 2px brown dotted;
color: black;
}
.button{
background-color : #6E4D33;
margin : 4px 2px;
font-size : 20px;
}
.button:hover{
background-color: white;
}
.cafe{
writing-mode: vertical-rl;
}
.result{
background-color: #D0B8A8;
color: brown;
padding: 15px 32px;
font-size: 20px;
margin: 4px 2px;
width: 304px;
height: 50px;
display:block;
border : 2px solid brown;
}