2017-04-14 07:53:18 +00:00
|
|
|
.flex-container {
|
2017-08-13 04:13:41 +00:00
|
|
|
width: 35rem;
|
|
|
|
max-width: 50%;
|
2017-04-14 07:53:18 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2017-08-11 05:07:27 +00:00
|
|
|
body {
|
|
|
|
font-family: Roboto, Tahoma, sans-serif;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2017-04-14 07:53:18 +00:00
|
|
|
|
|
|
|
h1, h2 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
|
2017-08-11 05:07:27 +00:00
|
|
|
h2 {
|
|
|
|
font-size: 1.45rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2017-04-14 07:53:18 +00:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.3rem;
|
2017-08-11 05:07:27 +00:00
|
|
|
margin: 1em 0 0.1em 0;
|
|
|
|
font-weight: 500;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p.attention {
|
|
|
|
text-align: center;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2017-08-13 04:13:41 +00:00
|
|
|
font-weight: 500;
|
2017-08-11 05:07:27 +00:00
|
|
|
font-style: italic;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.project {
|
2017-08-13 04:13:41 +00:00
|
|
|
display: block;
|
2017-08-11 05:07:27 +00:00
|
|
|
position: relative;
|
2017-04-14 07:53:18 +00:00
|
|
|
}
|
|
|
|
|
2017-08-11 05:07:27 +00:00
|
|
|
.project-image {
|
|
|
|
margin: 2rem;
|
|
|
|
display: flex;
|
2017-08-13 04:13:41 +00:00
|
|
|
flex-direction: column;
|
|
|
|
position: absolute;
|
|
|
|
width: 15rem;
|
|
|
|
max-width: 40%;
|
|
|
|
right: 100%;
|
|
|
|
align-items: flex-end;
|
2017-08-11 05:07:27 +00:00
|
|
|
}
|
2017-04-14 07:53:18 +00:00
|
|
|
|
|
|
|
.project-image > img {
|
|
|
|
max-width: 100%;
|
2017-08-11 05:07:27 +00:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
|
|
-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
|
|
box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.17);
|
|
|
|
}
|