Browse Source

smooth scroooooooooll

master
nglk 4 years ago
parent
commit
fec65947d0
  1. 20
      static/css/style.css
  2. 2
      templates/hello.html

20
static/css/style.css

@ -1,6 +1,6 @@
/* Everything*/ /* Everything*/
* { * {
border: 0px black solid; border: 1px black solid;
} }
/*Main areas*/ /*Main areas*/
@ -35,23 +35,23 @@ audio {
/* circles */ /* circles */
#first_circle { #first_circle {
width: 80%; width: 100%;
height: 80%; height: 100%;
} }
#second_circle { #second_circle {
width: 80%; width: 100%;
height: 80%; height: 100%;
} }
@media all and (max-width: 250px) { @media all and (max-width: 350px) {
#first_circle { #first_circle {
width: 4rem; width: 100%;
height: 4rem; height: 100%;
} }
#second_circle { #second_circle {
width: 4rem; width: 100%;
height: 4rem; height: 100%;
} }
} }
draggable { draggable {

2
templates/hello.html

@ -90,7 +90,7 @@
<script type="text/javascript"> <script type="text/javascript">
$("#angela").click(function(){ $("#angela").click(function(){
$("#show1").fadeIn() $("#show1").fadeIn()
console.log("around") console.log("around")gi
}); });
</script> </script>

Loading…
Cancel
Save