testing colors

This commit is contained in:
Karma Riuk 2023-09-01 15:15:56 +02:00
parent 0504e918e9
commit e87136de8a
2 changed files with 25 additions and 9 deletions

View File

@ -443,6 +443,10 @@ section {
line-height: 0;
}
#test span {
color: #3b434a17;
}
.section-title p {
margin-bottom: 0;
position: relative;

View File

@ -71,15 +71,27 @@
<section id="about" class="about">
<div class="container">
<div class="section-title">
<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 class="row">
<div class="section-title col-lg-6">
<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 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">