Browse Source

pre-main edit

graphics
Cailean Finn 3 months ago
parent
commit
77520396eb
  1. 6
      public/css/styles.css
  2. 3
      templates/index.html

6
public/css/styles.css

@ -109,15 +109,17 @@ hr {
flex-direction: row;
gap: 20px;
width: fit-content;
background-color: #0075FF;
background-color: white;
border-color: #0075FF;
background-size: cover; /* or contain, depending on your preference */
background-repeat:repeat;
border-radius: 30px;
padding: 10px;
padding-left: 25px;
padding-right: 25px;
border: 1px solid;
/* font-family: 'Syne Mono', monospace; */
color: white;
color: #0075FF;
}
.hyperlink-header {

3
templates/index.html

@ -24,8 +24,7 @@
<div>Conferences</div>
</div></a>
</div>
</div>
</div>
</div>
<div id="container"></div>

Loading…
Cancel
Save