image
Gitea/resume/pipeline/head This commit looks good
Details
Gitea/resume/pipeline/head This commit looks good
Details
This commit is contained in:
parent
20af576935
commit
51d50be900
|
@ -263,7 +263,7 @@ li::marker {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
.image {
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
box-shadow: 0.5em 0.5em var(--shadow-color);
|
box-shadow: 0.5em 0.5em var(--shadow-color);
|
||||||
margin: 3rem;
|
margin: 3rem;
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3>Allow me to introduce myself...</h3>
|
<h3>Allow me to introduce myself...</h3>
|
||||||
<img src="images/cv.png" alt="A photo of myself, smiling to camera.">
|
<img src="images/cv.png" class="image" alt="A photo of myself, smiling to camera.">
|
||||||
|
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
<p>My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
|
<p>My name is Andrzej. I am an experienced fullstack web developer from England, currently residing in Spain.
|
||||||
|
|
Loading…
Reference in New Issue