css tag

367 questions


1 answers
391 views
0
I don't know HTML at all.

<!DOCTYPE html><html> <head> <meta charset=utf-8> <title>Game</title> <link rel=stylesheet type=text/css href=game.css> <script src=https://cdn....

1 years ago

1 answers
307 views
0
How to store Slider origin in JavaScript session storage

I want to save the range input slider's discharge (the last position on the slider) in session storage and let the last release value appear when the web page is refreshed. I don't know exactly becaus...

1 years ago

1 answers
232 views
0
I want HTML to display the entire video in the center of the screen.

For example, if you write CSS as below, you can generally see it as you want, but when you put it on a full screen (F11), the video position is displayed below the center of the screen as if it had re...

css
1 years ago

1 answers
302 views
0
I want to know how to automatically specify the height in the div with the background-image specified.

What do you want to doI would like to know how to automatically indicate height in a div with background-image, max-width specified.If it exceeds max-width, I want to reduce it to max-width.If possibl...

1 years ago

1 answers
396 views
0
If a Web page including a vertical image is printed, the image is outputted to a second page.

If you print the HTML below, .test-2 will appear on the first page, but The .test-3 image will be printed on the second page.Just below .test-2 (pink) on the first page, as shown in the first image (v...

1 years ago

1 answers
394 views
0
You are about to implement an accordion gallery.

Hello, everyone I'm a beginner web designer https://codepen.io/ferry/pen/ZYVwxzI'd like to use this accordionI looked at the CSS. .Class name { Selector { Selector { }There's a structure where you p...


1 answers
355 views
0
GitHub Pages Does Not Reflect CSS

I am trying to publish my own website on GitHub using the code I wrote in VSCode.Code is HTML and CSS only.I am troubled that CSS is not reflected.The VSCode preview reflects it without any problems, ...

1 years ago

1 answers
349 views
0
Bugs that cause the thickness of the border in the table to fall apart.

Ravel, I'm using Bootstrap to create a web site screen.There seems to be a bug on the browser side where the thickness of the border in the table becomes disjointed when the screen size is changed.Reg...


1 answers
342 views
0
Member ID to appear in the text

If my ID registered on the homepage is apple How can I make the code appear like, Hello, apple on the product details image?And put _My ID at the end of the site's addressnaver.com/_apple Like this, y...

1 years ago

1 answers
315 views
0
DISPLAYING METHOD OF DOT PICTURE FONT HOMEWORK ON BROWSER GAME

I'm trying to create a dot-picture game with HTML, CSS, and JavaScript, but I don't know how to display fonts that aren't on the other PC.The library uses p5.js, and I have no other plans to use it.

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.