Skip to content

Commit daaf129

Browse files
committed
added day: 0
1 parent 44fc33f commit daaf129

File tree

6 files changed

+74
-1
lines changed

6 files changed

+74
-1
lines changed

css/style.css

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.scss

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,31 @@ a {
115115
grid-row-gap: 6vw;
116116
padding: 1vw 5vw 8vw;
117117

118+
.start-day {
119+
grid-column: 2 / span 2;
120+
display: grid;
121+
grid-template-columns: 5fr 3fr;
122+
justify-content: center;
123+
align-items: center;
124+
125+
.day-img {
126+
margin-right: 2vw;
127+
}
128+
129+
.start-day-content {
130+
.day-title {
131+
font-size: 2vw;
132+
margin-bottom: 2vw;
133+
}
134+
135+
.day-p {
136+
font-size: 1.3vw;
137+
text-align: left;
138+
margin-bottom: 1.2vw;
139+
}
140+
}
141+
}
142+
118143
.day {
119144
background: #0f1822;
120145
padding: 2vw;

img/day-0.jpg

66.4 KB
Loading

img/javascript.png

-175 KB
Binary file not shown.

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,23 @@ <h3 class="day-title">Day: 1 Learned: 4.45 hours</h3>
15001500
<img src="./img/day-1.jpg" alt="day-1" />
15011501
</div>
15021502
</article>
1503+
1504+
<article class="day start-day">
1505+
<div class="day-img">
1506+
<img src="./img/day-0.jpg" alt="day-0" />
1507+
</div>
1508+
<div class="start-day-content">
1509+
<h3 class="day-title">Day: 0</h3>
1510+
<p class="day-p">
1511+
- Finally, I want to start #100DaysOfCode challenge. It's been a
1512+
long waiting. <br />
1513+
- I wanna be a great frontend developer in just 3 month. <br />
1514+
- I will do my best as I can. <br />
1515+
- I have great experience with C (programming language), graphics
1516+
design and I know how to use google.
1517+
</p>
1518+
</div>
1519+
</article>
15031520
</div>
15041521
</section>
15051522
</body>

0 commit comments

Comments
 (0)