added styling
This commit is contained in:
parent
181fe557bc
commit
03cb09a693
@ -56,6 +56,17 @@
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
button {
|
||||
border: none;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-family: Courier;
|
||||
font-size: 10vw;
|
||||
color: #d152b8;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@ -124,9 +135,8 @@
|
||||
':`
|
||||
|
||||
</h2>
|
||||
<button onclick="myFunction()">Download</button>
|
||||
</div>
|
||||
|
||||
<button onclick="myFunction()">Download</button>
|
||||
<script>
|
||||
function myFunction() {
|
||||
window.open("paracity_gallery_v041.zip");
|
||||
|
Loading…
Reference in New Issue
Block a user