Browse Source

added styling

master
Anton Linus 4 years ago
parent
commit
03cb09a693
  1. 14
      works/Dennis de Bel & Anton Jehle/esp-files/data/index_download_newwindow.html

14
works/Dennis de Bel & Anton Jehle/esp-files/data/index_download_newwindow.html

@ -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…
Cancel
Save