-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
116 lines (98 loc) · 1.55 KB
/
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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@import url('https://fonts.googleapis.com/css?family=Lato');
body{
margin:0;
padding:0;
font-family: 'Lato';
color: #202C39;
background: linear-gradient(#f0fcff, white);
}
.wrapper{
margin: 25px auto;
height:80%;
padding:25px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.left{
flex-basis:500px;
}
.right{
flex-basis:500px;
font-size: 30px;
line-height: 1.5;
padding-top: 20px;
cursor: default;
}
.container{
padding: 15px;
}
input, input:focus{
font-size: 2.5em;
margin:10px 0;
background: none;
border: 1px solid black;
border-width: 0 0 2px 0;
border-radius: 3%;
outline: none;
text-transform:capitalize;
}
button{
font-size: 2.5em;
display: block;
border: none;
outline: none;
background: #747C92;
margin:10px;
width:200px;
color: white;
cursor: pointer;
}
.center{
text-align: left;
position:relative;
top: 20%;
}
.center > div:first-child{
font-size: 30px
}
h1{
font-size: 70px
}
.resHead{
font-size: 55px;
font-weight: 900;
}
.heading{
font-size: 22px;
}
.past, .participle{
font-size: 40px;
}
.main-heading{
font-size: 45px;
font-weight: 900;
}
.warning{
font-size: 0.6em;
}
.warning span{
color:#cc2121;
}
.right ul{
padding:0;
margin:0;
}
.right li{
display: inline-block;
font-size: 0.7em;
padding-right: 15px;
}
.right h5{
margin: 15px auto;
margin-bottom: 0px;
font-weight: bolder;
}
h5+a{
font-size: 0.7em;
}