Lädt...


🔧 How to make a clock using html , JavaScript and CSS and deploy it using firebase


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

HTML

<div class="container"><div id="clock"></div></div>

CSS

`*{
margin: 0px;
padding: 0px;
}

.container{
width: 100vw;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(67, 66, 66);
}

clock{

font-size: 5vw;
font-family: orbitron;
background-color: rgb(16, 16, 16);
border: 1vw solid black;
color: green;
width: 30vw;
height: 20vh;
display: flex;
align-items: center;
justify-content: center;

}
@media(max-width:800px)and (orientation:portrait){
#clock{
width: 98vw;
height: 25vh;
font-size: 18vw;
}
}

@media(max-width:786px)and (orientation:landscape){
#clock{
width: 98vw;
height: 50vh;
font-size: 18vw;
}
}

JS

` function Clock(){
let d= new Date();
hours = d.getHours()
minutes = d.getMinutes()
seconds = d.getSeconds()
document.getElementById('clock').innerText = hours + ':' + minutes + ':' + seconds;
}

Clock()

setInterval(()=>{Clock()},1000)`

`

...

🔧 How to make a clock using html , JavaScript and CSS and deploy it using firebase


📈 73.41 Punkte
🔧 Programmierung

🔧 Introduction of CSS, What is CSS, Why we use CSS and How CSS describe the HTML elements


📈 39.16 Punkte
🔧 Programmierung

🔧 Create a Simple Digital Clock Using HTML, CSS and JavaScript


📈 38.37 Punkte
🔧 Programmierung

🎥 Firebase Tutorial for Beginners – Build a Mobile App with HTML, CSS, JavaScript


📈 33.02 Punkte
🎥 Video | Youtube

🔧 Build a Tic Tac Toe Game using HTML, CSS, JavaScript, Tailwind CSS and Canvas Confetti


📈 32.49 Punkte
🔧 Programmierung

🔧 How to make a digital clock using JavaScript


📈 31.08 Punkte
🔧 Programmierung

🔧 How To Make A Music Player Using HTML CSS And JavaScript


📈 30.82 Punkte
🔧 Programmierung

🐧 Clock: a fullscreen clock with seconds, date, and day of the week for Windows and Linux


📈 30.49 Punkte
🐧 Linux Tipps

🔧 Resetting a Firebase User Password in C# Using Firebase SDK


📈 30.34 Punkte
🔧 Programmierung

🔧 How to Make a Restaurant Website Using HTML CSS JavaScript


📈 29.84 Punkte
🔧 Programmierung

🔧 How to Make Responsive eSports Website Using HTML CSS JavaScript


📈 29.84 Punkte
🔧 Programmierung

🔧 How to Make a Calculator Using HTML CSS JavaScript – Step-by-Step Guide


📈 29.84 Punkte
🔧 Programmierung

🔧 How To Create a Calculator Using HTML CSS & JavaScript | Simple Calculator in JavaScript


📈 29.7 Punkte
🔧 Programmierung

🍏 World Clock Deluxe 4.19.1 - World time clock and meeting planner.


📈 29.51 Punkte
🍏 iOS / Mac OS

📰 Clock blocker: Woman sues bosses over fingerprint clock-in tech


📈 28.53 Punkte
📰 IT Security Nachrichten

🍏 The Clock 4.9 - World clock, meeting planner, calendar.


📈 28.53 Punkte
🍏 iOS / Mac OS

🍏 Second Clock 1.0.0 - Second clock for a different time zone in your menu bar.


📈 28.53 Punkte
🍏 iOS / Mac OS

🎥 Firebase Summit product updates, Firebase Crashlytics SDK upgrade, Cloud Shell Editor, and more!


📈 27.81 Punkte
🎥 Videos

🔧 Deploy a simple web app using Firebase


📈 27.34 Punkte
🔧 Programmierung

📰 Firebase-Extractor - A Tool Written In Python For Scraping Firebase Data


📈 26.83 Punkte
📰 IT Security Nachrichten

🔧 Firebase Authentication: Build a Smooth Authentication Flow System with Firebase


📈 26.83 Punkte
🔧 Programmierung

🔧 Creating a Google Sign-In with Firebase (Firebase Authentication)


📈 26.83 Punkte
🔧 Programmierung

🔧 Creating a Google Sign-In with Firebase (Firebase Authentication)


📈 26.83 Punkte
🔧 Programmierung

🔧 Fixed No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp() In React Native


📈 26.83 Punkte
🔧 Programmierung

🔧 FREE Firebase hosting - How to Set Up Firebase, Step-by-Step Tutorial


📈 26.83 Punkte
🔧 Programmierung

🎥 Firebase After Hours #5 - Stop coding, start asking: Gemini in Firebase


📈 26.83 Punkte
🎥 IT Security Video

🔧 Integrating Firebase Authentication into NestJS with nestjs-firebase-auth


📈 26.83 Punkte
🔧 Programmierung

🔧 📫How To Make A Popup | HTML, CSS & JavaScript


📈 26.33 Punkte
🔧 Programmierung

🔧 How to Make TikTok Logo By HTML, CSS, JavaScript


📈 26.33 Punkte
🔧 Programmierung

🍏 OrgChart JS 8.00.25 - Make neat flowcharts using HTML5, CSS, and JavaScript.


📈 26.18 Punkte
🍏 iOS / Mac OS

🔧 CSS Grid: Moving From CSS Frameworks To CSS Grid (2018 and beyond)


📈 26.13 Punkte
🔧 Programmierung

🔧 A BRIEF REVIEW OF CSS CASCADING, CSS SELECTORS and CSS SPECIFICITY.


📈 26.13 Punkte
🔧 Programmierung

🔧 How to create navigation menu with HTML CSS step by step | web design tutorial | HTML CSS tutorial


📈 26.06 Punkte
🔧 Programmierung

matomo