Skip to content

Commit

Permalink
Putting some borders around some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohab Yaser committed Nov 14, 2023
1 parent cff5f10 commit b3c3f14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</head>
<body>
<div class="tags-container"></div>
<div class="rating-container">
<div class="temp">
<div class="rating-container">
<label for="" class="rating-label">Rating 800 - 3500</label>
<div style="margin: 4px; margin-left: 30px">
<span class="some-class">From</span>
Expand Down Expand Up @@ -48,6 +49,7 @@
<button class="add-handle-btn">Add</button>
<div class="accepted-handles"></div>
</div>
</div>
<div class="gen-btn-container">
<button class="gen-btn">Generate</button>
</div>
Expand Down
12 changes: 10 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ body {
margin: auto;
margin-top: 100px;
margin-bottom: 100px;
padding: 8px;
}

a {
margin-top: 5px;
}

.tags-container {
border: solid 2.5px;
border-color: lightgrey;
border: solid 2.5px lightgrey;
border-radius: 5px;
padding: 7px;
}
Expand All @@ -40,6 +40,14 @@ a {
margin-bottom: 10px;
}

.temp {
margin-top: 10px;
margin-bottom: 10px;
border: solid 2.5px lightgrey;
border-radius: 5px;
padding: 8px;
}

.prob-num-container {
margin-top: 10px;
margin-bottom: 10px;
Expand Down

0 comments on commit b3c3f14

Please sign in to comment.