This commit is contained in:
2024-11-20 03:40:13 +01:00
parent f90608a63a
commit e51e18aa11
14 changed files with 294 additions and 91 deletions

58
content/action/index.md Normal file
View File

@@ -0,0 +1,58 @@
---
title: "Solutions"
description: "Take actions" # quotation marks to allow colons where used
template: "layouts/action.html"
insert_anchor_links: "left"
extra:
author: Your name here
imgPath: about/about_hero.png
---
<style>
.rounded_img img {
border-radius: 8px;
}
.person img{
border-radius: 100%;
max-width:100px;
}
.myscale{
transition: transform .5s;
}
.myscale:hover{
transform: scale(1.2);
background-color: whitesmoke;
}
.road_border{
border-left: 1px solid rgb(156, 156, 156);
}
.white-gray{
color: #9f9f9f;
}
</style>