Skip to content

Commit a6d1f12

Browse files
change color
1 parent c38eda3 commit a6d1f12

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

css/index.css

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.scss

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ html {
99
body {
1010
margin: 0;
1111
padding: 0;
12-
background-color: rgb(19, 19, 19);
12+
background-color: rgb(41, 41, 41);
1313
color: whitesmoke;
1414
font-family: "Courier New", Courier, monospace, "Montez", cursive;
1515
}
@@ -42,7 +42,7 @@ header {
4242
justify-content: space-between;
4343
.logo {
4444
font-weight: bold;
45-
font-size: 2em;
45+
// font-size: 2em;
4646
}
4747
ul {
4848
display: flex;
@@ -139,7 +139,7 @@ h2::before {
139139
height: 5px;
140140
width: 50px;
141141
top: -0.3em;
142-
background-color: rgb(1, 65, 1);
142+
background-color: rgb(42, 1, 65);
143143
}
144144

145145
.technologies,
@@ -164,6 +164,9 @@ h2::before {
164164
}
165165

166166
@media (min-width: 500px) {
167+
.logo{
168+
font-size: 1.5em;
169+
}
167170
.technologies {
168171
display: grid;
169172
grid-template-columns: repeat(3, auto);
@@ -279,6 +282,7 @@ h2::before {
279282
align-items: center;
280283
flex-direction: column;
281284
.logo {
285+
font-size: 1em;
282286
padding-bottom: 0.5em;
283287
border-bottom: 1px solid white;
284288
}

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</nav>
2828
</header>
2929
<div class="hero__content">
30-
<h2>Software developer & Youtube instructor!</h2>
30+
<h2>Software developer, Youtube creator!</h2>
3131
<p class="subtitle">Full-stack development</p>
3232
</div>
3333
</div>
@@ -59,7 +59,7 @@ <h2>Software developer & Youtube instructor!</h2>
5959
id="left-arrow"
6060
src="https://img.icons8.com/metro/26/000000/down--v1.png"
6161
/> -->
62-
<ul class="wrapper">
62+
<ul class="carousal">
6363
<li>
6464
<a href="https://www.youtube.com/channel/UC0hmXRqXYVO0mocVt5D3GkQ">
6565
<blockquote>

0 commit comments

Comments
 (0)