Compare commits

...

2 Commits

Author SHA1 Message Date
Karma Riuk
e87136de8a testing colors 2023-09-01 15:15:56 +02:00
Karma Riuk
0504e918e9 formatted css file 2023-09-01 15:07:41 +02:00
2 changed files with 48 additions and 26 deletions

View File

@ -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;
@ -971,7 +975,10 @@ section {
position: relative; position: relative;
} }
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { .portfolio-details
.portfolio-details-slider
.swiper-pagination
.swiper-pagination-bullet {
width: 12px; width: 12px;
height: 12px; height: 12px;
background-color: #fff; background-color: #fff;
@ -979,7 +986,10 @@ section {
border: 1px solid #ffb727; border: 1px solid #ffb727;
} }
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { .portfolio-details
.portfolio-details-slider
.swiper-pagination
.swiper-pagination-bullet-active {
background-color: #ffb727; background-color: #ffb727;
} }
@ -1260,7 +1270,7 @@ section {
padding: 12px 15px; padding: 12px 15px;
} }
.contact .php-email-form button[type=submit] { .contact .php-email-form button[type="submit"] {
background: #ffb727; background: #ffb727;
border: 0; border: 0;
padding: 10px 24px; padding: 10px 24px;
@ -1269,7 +1279,7 @@ section {
border-radius: 5px; border-radius: 5px;
} }
.contact .php-email-form button[type=submit]:hover { .contact .php-email-form button[type="submit"]:hover {
background: #ffc85a; background: #ffc85a;
} }

View File

@ -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