|
Server IP : 10.131.40.8 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ludmqhh/www/conceptalarm/public/css/../css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
#kangoo {
display: flex;
justify-content: space-around;
}
#kangoo img {
display: block;
width: 70vh;
height: 50vh;
}
#kangoo p {
background-color: rgb(233, 230, 230);
width: 60vh;
height: fit-content;
padding: 40px;
box-shadow: 0 2px 4px rgba(2, 2, 2, 2);
position: relative;
align-self: center;
margin: 20px;
}
#kangoo p::before,
#kangoo p::after {
content: "";
position: absolute;
width: 30px;
height: 30px;
background-color: #c41616;
}
#kangoo p::before {
top: -10px;
left: -10px;
}
#kangoo p::after {
bottom: -10px;
right: -10px;
}
@media(max-width: 1200px) {
#kangoo{
display: flex;
flex-wrap: wrap;
}
}
@media(max-width: 600px) {
#kangoo p {
margin: 20px;
}
#kangoo img {
margin: 20px;
width: 60vh;
height: 40vh;
text-align: center;
}}
@media(max-width: 600px) {
#kangoo img {
margin: 20px;
width: 50vh;
height: 35vh;
text-align: center;
}}
@media(max-width: 430px) {
#kangoo img {
margin: 20px;
width: 38vh;
height: 30vh;
text-align: center;
}}