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

updated image and added example project names

parent 719bd274
No related branches found
No related tags found
1 merge request!1Adding css
...@@ -145,7 +145,7 @@ h4 { ...@@ -145,7 +145,7 @@ h4 {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 20px 20px 10px 20px; padding: 20px 24px 10px 24px;
text-align: center; text-align: center;
background: radial-gradient(100% 100% at 4.43% 0.11%, rgba(255, 255, 255, 0.8) 0%, rgba(252, 249, 255, 0.8) 100%); background: radial-gradient(100% 100% at 4.43% 0.11%, rgba(255, 255, 255, 0.8) 0%, rgba(252, 249, 255, 0.8) 100%);
box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05); box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
...@@ -185,7 +185,7 @@ h4 { ...@@ -185,7 +185,7 @@ h4 {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
font-weight: var(--weight-bold); font-weight: var(--weight-bold);
font-size: 12px; font-size: 12px;
padding: 3px 15px; padding: 3px 10px;
background: radial-gradient(100% 1892.25% at 0% 0%, #AC42FF 0%, #8A24DA 100%); background: radial-gradient(100% 1892.25% at 0% 0%, #AC42FF 0%, #8A24DA 100%);
color: #fff; color: #fff;
border-radius: 5px; border-radius: 5px;
...@@ -228,6 +228,12 @@ h4 { ...@@ -228,6 +228,12 @@ h4 {
font-size: 14px; font-size: 14px;
} }
.project .info {
font-size: 12px;
margin-top: 16px;
line-height: 1.8;
}
.project path { .project path {
width: 70px; width: 70px;
height: 70px; height: 70px;
...@@ -554,7 +560,7 @@ nav a { ...@@ -554,7 +560,7 @@ nav a {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top left; background-position: top left;
width: 100%; width: 100%;
border: 7px solid var(--body-color); border: 7px solid #303030;
border-radius: 25px; border-radius: 25px;
box-shadow: 0 0 40px rgba(0, 0, 0, .15); box-shadow: 0 0 40px rgba(0, 0, 0, .15);
} }
...@@ -564,7 +570,7 @@ nav a { ...@@ -564,7 +570,7 @@ nav a {
position: absolute; position: absolute;
width: 25%; width: 25%;
height: 20px; height: 20px;
background: var(--body-color); background: #303030;
left: 50%; left: 50%;
top: 2px; top: 2px;
border-radius: 5px; border-radius: 5px;
......
src/img/screen-design.jpg

107 KiB | W: | H:

src/img/screen-design.jpg

90.9 KiB | W: | H:

src/img/screen-design.jpg
src/img/screen-design.jpg
src/img/screen-design.jpg
src/img/screen-design.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</svg> </svg>
<div class="percent">47%</div> <div class="percent">47%</div>
</div> </div>
<div class="title">Redesign website</div> <div class="title">Shopping List App</div>
</div> </div>
<div class="project project-large large"> <div class="project project-large large">
<span class="tag"> <span class="tag">
...@@ -116,7 +116,11 @@ ...@@ -116,7 +116,11 @@
</svg> </svg>
<div class="percent">75%</div> <div class="percent">75%</div>
</div> </div>
<div class="title">Redesign website</div> <div class="info">
<div class="title">Recipe Finder</div>
20h / 40h
</div>
</div> </div>
</div> </div>
</div> </div>
......
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