skip to Main Content

Html – CSS displays wrong on iphoneX

I'm working on a portfolio project and I'm running into errors I don't understand. I just completed the responsive design for 480px and 768px screens. Here is the link to the site: https://tranthanhhthao.github.io/swinburne-contact/ Using the computer Chrome browser everything looks…

VIEW QUESTION

Html – Response of my div after I trigger a function

Consider I have this simple div: <div class="diamond"><span class="material-symbols-outlined" id="locks">lock</span></div> The CSS for this is below: .rotate-and-change { transform: rotate(360deg); } .diamond { aspect-ratio: 1 / 1; margin: 0px -2px; background-color: #f44336; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0%…

VIEW QUESTION

Jquery – Show and hide images using dropdown (js , html)

Was trying to make a multipurpose calendar application Currently i only need fron August... $('#aug').hide $('#sep').hide $('#oct').hide $('#nov').hide $('#dec').hide function aug() { $('#aug').show $('#sep').hide $('#oct').hide $('#nov').hide $('#dec').hide } function sep() { $('#aug').hide $('#sep').show $('#oct').hide $('#nov').hide $('#dec').hide } function oct() {…

VIEW QUESTION
Back To Top
Search