testing colors
This commit is contained in:
parent
0504e918e9
commit
e87136de8a
@ -443,6 +443,10 @@ section {
|
|||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#test span {
|
||||||
|
color: #3b434a17;
|
||||||
|
}
|
||||||
|
|
||||||
.section-title p {
|
.section-title p {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
14
index.html
14
index.html
@ -71,7 +71,8 @@
|
|||||||
<section id="about" class="about">
|
<section id="about" class="about">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<div class="section-title">
|
<div class="row">
|
||||||
|
<div class="section-title col-lg-6">
|
||||||
<span>About Me</span>
|
<span>About Me</span>
|
||||||
<h2>About Me</h2>
|
<h2>About Me</h2>
|
||||||
<p> Passionate about computer science and love to have lengthy conversations
|
<p> Passionate about computer science and love to have lengthy conversations
|
||||||
@ -81,6 +82,17 @@
|
|||||||
Overall flexible, adaptable and always curious by new experiences.
|
Overall flexible, adaptable and always curious by new experiences.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="section-title col-lg-6" id="test">
|
||||||
|
<span>About Me</span>
|
||||||
|
<h2>About Me</h2>
|
||||||
|
<p> Passionate about computer science and love to have lengthy conversations
|
||||||
|
about it.<br>
|
||||||
|
Autonomous but also capable of communicating and
|
||||||
|
handling people.<br>
|
||||||
|
Overall flexible, adaptable and always curious by new experiences.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user