*{ margin: 0; font-family: sans-serif; color:white; text-shadow: #000000 0px 1px 2px; touch-action: manipulation; } html, body { height: 100%; width: 100%; background-image: url("../Assets/background1.jpg"); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } /*Computer View*/ .pfpDiv{ display: flex; justify-content: center; } .pfpDiv img { height:150px; width:150px; border-radius: 100%; border: solid 8px rgba(255, 255, 255, 0); outline: 1px solid rgba(255, 255, 255, 0.204); backdrop-filter: blur(10px); box-shadow:1px 2px 12px -5px #0000008e; } .introDiv{ padding-top: 5px; display: flex; justify-content: center; border: solid 1px rgba(255, 0, 0, 0); } .descriptionDiv{ display: flex; justify-content: center; border: solid 1px rgba(255, 0, 0, 0); } .descriptionDiv p{ color:rgb(255, 255, 255); font-weight:bold } .bioDiv{ padding-top: 5px; display: flex; justify-content: center; border: solid 1px rgba(255, 0, 0, 0); } .bioDiv p{ text-align: center; color:rgb(255, 255, 255); font-weight:light; font-size: 12px; width:85%; } .skillsHolder,.appsHolder,.educationHolder{ border: solid 1px rgba(255, 0, 0, 0); display: flex; justify-content: center; text-align: center; width:50%; border-radius: 10px; box-shadow:1px 2px 12px -5px #0000008e; border: 1px solid rgba(255, 255, 255, 0.16); color:rgb(75, 75, 75); background-color: rgba(255, 255, 255, 0); backdrop-filter: blur(10px) } .center{ display: flex; justify-content: center; } .skills,.apps,.education{ padding-top: 30px; padding-bottom:20px; border: solid 1px rgba(255, 0, 0, 0); } .skills p,.apps p,.education p{ margin-left: 25%; padding-bottom: 5px; font-size: 13px; } .skills img{ height: 60px; width: 60px; -webkit-filter: drop-shadow(1px 1px 1px -1px #000000); filter: drop-shadow(1px 1px 1.5px #000000); } .cssDiv, .htmlDiv, .javaDiv, .cPlusPlusDiv, .pythonDiv,.calculatorDiv,.rpcDiv,.urTaxDiv,.toDoListDiv,.weatherDiv{ padding: 10px 0px 10px 0px; font-size: 7px; margin:auto; } .htmlName, .cssName, .javaName, .cPlusPlusName, .pythonName,.calculatorName,.rpcName,.urTaxName,.toDoListName,.weatherName{ padding-top: 9px; font-size: 7px; } .apps img,.education img{ height: 60px; width: 60px; border-radius: 8px; box-shadow:1px 1px 5px -1px #000000; } .unlvDiv,.freeCodeCampDiv{ padding-top:15px; padding-left: 15px; padding-right: 15px; margin:auto; } .education a,.education h4{ font-size: 10px; } .space{ margin-top: -5px; padding-bottom: 10px; } /*Iphone Display*/ @media (max-width: 600px) { .pfpDiv{ display: flex; justify-content: center; } .pfpDiv img { height:100px; width:100px; border-radius: 100%; border: solid 3px rgba(255, 255, 255, 0); outline: 1px solid rgba(255, 255, 255, 0.204); backdrop-filter: blur(10px); box-shadow:1px 2px 12px -5px #0000008e; } .bioDiv{ padding-top: 10px; display: flex; justify-content: center; border: solid 1px rgba(255, 0, 0, 0); } .bioDiv p{ text-align: center; color:rgb(255, 255, 255); font-weight:light; font-size: 12px; width:85%; } .skills,.apps,.education{ padding-top: 20px; padding-bottom:20px; } .skillsHolder,.appsHolder,.educationHolder{ border: solid 1px rgba(255, 0, 0, 0); display: flex; width:95%; border-radius: 10px; box-shadow:1px 2px 12px -5px #0000008e; border: 1px solid rgba(255, 255, 255, 0.16); background-color: rgba(255, 255, 255, 0); backdrop-filter: blur(10px); padding-top: 0px; } .skills p,.apps p,.education p{ margin-left: 4%; } .skills img{ height: 40px; width: 40px; } } .htmlName, .cssName, .javaName, .cPlusPlusName, .pythonName,.calculatorName,.rpcName,.urTaxName,.toDoListName,.weatherName{ padding-top: 5px; } .apps img, .education img{ height: 40px; width: 40px; }