Browse Source

changed styling

master
alicestrt 4 years ago
parent
commit
954cb5678f
  1. 11
      static/css/style.css
  2. 9
      templates/perspectiveC.html

11
static/css/style.css

@ -45,7 +45,6 @@ img {
#poem1 {
width: 500px;
margin-left: 400px;
margin-top: 10px;
}
#poem2 {
@ -71,12 +70,18 @@ img {
}
.nicelist {
margin-left: 1000px;
font-size: 25px;
color: gray;
margin-top: 400px;
margin-top: 100px;
font-family: 'Dosis', sans-serif;
}
ul {
margin-left: 900px;
}
li {
padding-bottom: 20px;
list-style-type: none;
}

9
templates/perspectiveC.html

@ -3,6 +3,7 @@
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="../static/js/draggable.js"></script>
<style>@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');</style>
<head>
<link rel="stylesheet" href="../static/css/style.css?q=1280549780">
<title>Perspective A</title>
@ -17,10 +18,10 @@
</div>
<div class="nicelist">
<ul>
<li>strophe 1</li>
<li>strophe 2</li>
<li>strophe 3</li>
<li>strophe 4</li>
<li>Strophe 1</li>
<li>Strophe 2</li>
<li>Strophe 3</li>
<li>Strophe 4</li>
</ul>
</div>

Loading…
Cancel
Save