added styling
This commit is contained in:
parent
181fe557bc
commit
03cb09a693
@ -56,6 +56,17 @@
|
|||||||
font-size: 3vw;
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -124,9 +135,8 @@
|
|||||||
':`
|
':`
|
||||||
|
|
||||||
</h2>
|
</h2>
|
||||||
<button onclick="myFunction()">Download</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
<button onclick="myFunction()">Download</button>
|
||||||
<script>
|
<script>
|
||||||
function myFunction() {
|
function myFunction() {
|
||||||
window.open("paracity_gallery_v041.zip");
|
window.open("paracity_gallery_v041.zip");
|
||||||
|
Loading…
Reference in New Issue
Block a user