Skip to content

Commit e1e56b5

Browse files
committed
css update
1 parent a5c5d78 commit e1e56b5

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

frontend/assets/css/style.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ body {
1717
background-color: #f8fdff;
1818
letter-spacing: 0.3px;
1919
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
20+
font-size: 15px;
21+
letter-spacing: 1px;
22+
border-radius: 10px;
2023
/* text-align: center;
2124
padding: 15px;
2225
padding-top: 80px;
23-
border-radius: 10px; */
26+
*/
2427
}
2528

2629
@media (min-width:768px) {
@@ -119,7 +122,7 @@ body {
119122
#inner,
120123
#inner-blue {
121124
display: table;
122-
width: 5%;
125+
/* width: 5%; */
123126
margin: 0 auto;
124127
/*
125128
background-color: #4CAF50;
@@ -172,6 +175,11 @@ div .background {
172175
font-size: 15px;
173176
letter-spacing: 1px;
174177
color: #ffffff;
178+
padding-top: 50px;
179+
}
180+
181+
div.dark-res p {
182+
padding-top: 10px;
175183
}
176184

177185
.blue {
@@ -194,6 +202,8 @@ div .background {
194202
#grad-awt-cat,
195203
#empl-cat {
196204
margin: 10px;
205+
margin-right: 20px;
206+
margin-left: 20px;
197207
}
198208

199209
#inner a:link,
@@ -208,6 +218,8 @@ div .background {
208218
padding: 10px 30px;
209219
border-radius: 2px;
210220
letter-spacing: 1.2px;
221+
margin-left: 10px;
222+
margin-right: 10px;
211223
}
212224

213225
#inner a:hover,
@@ -259,11 +271,14 @@ label {
259271
height: 100%;
260272
background-color: #ccc;
261273
border-radius: 3px;
274+
box-shadow: 10px 10px 5px #888888;
262275
}
263276

264277
.questions-bx,
265278
.result-bx {
266279
background-color: white;
280+
box-shadow: 3px 3px 5px #888888;
281+
padding: 20px;
267282
}
268283

269284
.qst-cont,

frontend/question.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,19 @@ <h2>I am a Secondary School Graduate</h2>
8585
</div>
8686
</div>
8787

88-
<div class="row">
88+
<!-- <div class="row">
8989
<div class="col-6" id="outer">
9090
<div id="inner"><a href="#">Back</a></div>
9191
</div>
9292
<div class="col-6" id="outer">
9393
<div id="inner"><a href="#">Next</a></div>
9494
</div>
9595
96-
</div>
97-
96+
</div> -->
97+
<p id="inner" align="center">
98+
<a href="#">Back</a>
99+
<a href="#">Next</a>
100+
</p>
98101

99102
</div>
100103
</body>

0 commit comments

Comments
 (0)