Skip to content

Commit 2a7079c

Browse files
committed
CSS Assessment
1 parent f9ac448 commit 2a7079c

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Project-CSSAssessment-1/output.png

232 KB
Loading

Project-CSSAssessment-1/style.css

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
* {
2+
padding: 0;
3+
margin: 0;
4+
box-sizing: border-box;
5+
}
6+
body {
7+
padding: 40px;
8+
overflow: hidden;
9+
}
110
.container {
211
display: flex;
312
align-items: center;
@@ -46,6 +55,7 @@
4655
row-gap: 40px;
4756
}
4857
.grid-left-item {
58+
margin-top: 80px;
4959
margin-left: 52px;
5060
}
5161
.grid-left-item h1 span {
@@ -68,4 +78,7 @@
6878
font-weight: 18px;
6979
padding: 18px 48px;
7080
border-radius: 8px;
81+
}
82+
.grid-right-item img {
83+
margin-top: -25px;
7184
}

Project-CSSAssessment-2/output.png

855 KB
Loading

0 commit comments

Comments
 (0)