Skip to content
Snippets Groups Projects
Commit 29b814f4 authored by CazSaa's avatar CazSaa
Browse files

Add css for Droplet component

parent 508bf873
No related branches found
No related tags found
No related merge requests found
<template>
<section>
<h1>Hi, John!</h1>
<section class="droplet-section">
<h1 class="greeting">Hi, <span>John</span>!</h1>
<p class="goal">
1000 / 2500 ml
</p>
......@@ -15,6 +15,22 @@
</script>
<style scoped>
<style scoped lang="scss">
.droplet-section {
height: 700px;
margin-bottom: 150px;
}
.greeting {
font-size: 3em;
text-shadow: 0 5px 7px #222;
span {
color: #70B5E7;
}
}
.goal {
font-size: 2em;
}
</style>
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