Skip to content

Commit 3cf3c67

Browse files
committed
edit: about section, description, and image
1 parent b96a7aa commit 3cf3c67

File tree

3 files changed

+47
-3
lines changed

3 files changed

+47
-3
lines changed

css/index.css

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
html {
2+
background: linear-gradient(to bottom, #1e1e1e, #0f1114);
3+
}
14

25
.hero {
36
background-image: url("../img/WWISGAF_PAGE.png");
@@ -19,4 +22,42 @@
1922
box-sizing: border-box;
2023
vertical-align: middle;
2124
line-height: 1.2;
25+
}
26+
27+
.about-header {
28+
font-size: 3rem;
29+
}
30+
31+
.about-main {
32+
display: grid;
33+
grid-template-columns: 1fr 1fr;
34+
margin: 30px auto;
35+
margin-right: 20px;
36+
}
37+
38+
.about-pic {
39+
display: block;
40+
margin: 0 auto;
41+
grid-column: 1;
42+
width: 50%;
43+
align-self: center;
44+
border-radius: 20px; /* space inside */
45+
background: linear-gradient(to left, #7575f3, #e6faf0 , #f17474) border-box; /* border gradient */
46+
border: 8px solid transparent;
47+
}
48+
49+
.about-section {
50+
grid-column: 2;
51+
background-color: #181818;
52+
border-radius: 20px;
53+
border: solid 3px #E0E0E0;
54+
}
55+
56+
.about-description, .about-header {
57+
margin: 60px;
58+
}
59+
60+
.about-description{
61+
text-align: justify;
62+
line-height: 1.5;
2263
}

img/WWISGAF_2.png

9.9 MB
Loading

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
<div class="hero">
1212
<h1 class="header">WHEN WILL I START <span style="color: #A93226">GIVING A F**K?</span></h1>
1313
</div>
14-
<div class="about">
15-
<h2 class="subtitle">About</h2>
16-
<p class="description">Honestly, I just care about making music, videogames, and building my studio. I come from Bolivia, but I know you don't care about that to be honest. I just like to make Progressive House with a bit of Pop. Hope you listen to my <a href="https://www.soundcloud.com/dot4music">Soundcloud</a> and that you actually enjoy it.</p>
14+
<div class="about-main">
15+
<img class="about-pic" src="./img/WWISGAF_2.png"/>
16+
<div class="about-section">
17+
<h2 class="about-header">About</h2>
18+
<p class="about-description">Honestly, I just care about making music, videogames, and building my studio. I come from Bolivia, but I know you don't care about that to be honest. I just like to make Progressive House with a bit of Pop. Hope you listen to my <a href="https://www.soundcloud.com/dot4music">Soundcloud</a> and that you actually enjoy it.</p>
19+
</div>
1720
</div>
1821
<div class="music">
1922

0 commit comments

Comments
 (0)