Skip to content
Snippets Groups Projects
Commit 13698b71 authored by Planoetscher Daniel (Student Com20)'s avatar Planoetscher Daniel (Student Com20)
Browse files

added example preview-image to phone

parent 5047b08e
No related branches found
No related tags found
1 merge request!1Adding css
...@@ -126,7 +126,6 @@ h4 { ...@@ -126,7 +126,6 @@ h4 {
@keyframes move-up { @keyframes move-up {
5%, 5%,
35% { 35% {
transform: translateY(0); transform: translateY(0);
...@@ -549,7 +548,10 @@ nav a { ...@@ -549,7 +548,10 @@ nav a {
.preview-phone .inner { .preview-phone .inner {
padding-bottom: 177.77777777778%; padding-bottom: 177.77777777778%;
background: #fff; background: url('../img/screen-design.jpg');
background-size: 100% auto;
background-repeat: no-repeat;
background-position: top left;
width: 100%; width: 100%;
border: 7px solid var(--body-color); border: 7px solid var(--body-color);
border-radius: 25px; border-radius: 25px;
......
src/img/screen-design.jpg

107 KiB

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