-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (77 loc) · 1.31 KB
/
style.css
File metadata and controls
89 lines (77 loc) · 1.31 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.twitter-handle-section {
text-align: left;
}
/* .col-xs-4 {border: 5px solid yellow;} */
.twitter-share-button {
background: orange;
width:170px;
height:38px;
margin-top:24px;
}
#tweet-div a{
color:white;
line-height: 16px;
}
.tip-button {
margin-top:20px;
background: #90C3D4;
color:white;
}
h2 {
font-family: 'Alegreya Sans', sans-serif; font-weight: bold;
font-style: Italic;
padding: 10px 10px;
}
.quote-text {
display: inline-block;
background-color: #FAB74B;
padding: 10px;
font-size: 14px;
font-style: italic;
margin: 40px;
line-height: 36px;
}
.tweet-this {
float: right;
padding-bottom: 40px;
}
.twitter-handles
{
list-style-type:none;
float: left;
padding: 20px;
}
.btn.btn-primary.btn-lg {
margin-left: 160px;
}
.tweet-this {
background-color: #FA9632;
height: 30px;
width: 100px;
padding: 0px 10px;
text-align: left;
}
/* Main Sections */
.main-column{
background:white;
}
/* Layout */
.top-bottom {
height: 20%;
}
.center {
background-size: 100%;
height: 60%;
position:relative;
}
/*Defaults*/
html,body {
text-align:center;
height: 100%;
margin:0;
}
body {
background: url("http://newbiecoderwarehouse.github.io/random-tip-generator/img/agriculture-bg.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
}