Compare commits
2 Commits
c5bc35758e
...
e87136de8a
Author | SHA1 | Date | |
---|---|---|---|
|
e87136de8a | ||
|
0504e918e9 |
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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