Skip to content
Snippets Groups Projects
Commit 7b975ea5 authored by Arina Filatova's avatar Arina Filatova
Browse files

Update team.html

parent 3c7fa4a7
No related branches found
No related tags found
No related merge requests found
Pipeline #387715 passed
......@@ -5,16 +5,13 @@
{% block page_content %}
<style type="text/css">
.card
{
.card {
width: 300px;
height: 450px;
background: transparent;
border-radius: 10px;
margin-top: 40px;
margin-left: 70px;
margin: 20px;
position: relative;
float: left;
}
.card:hover
{
......@@ -34,10 +31,13 @@
left: 10px;
}
.container {
width: 1200px;
height: 100%;
margin: auto;
}
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1200px;
margin: auto;
padding: 20px;
}
.card:hover .background
{
transform: rotate(120deg); <!-- apply a transform effect to an element with the class background when it is inside an element with the class card and the card element is hovered over -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment