Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html how to create a box in the middle of a image


<body class="background">

<div class="cor">
<label>User</label>
</div>

<div class="cor">
<input type="text" id="user">
</div>

<div class="cor">
<label>Password</label>
</div>

<div class="cor">
<input type="text" id="pass">
</div>

<div class="cor">
<button>Enter</button>
</div>

</body>

<style>
<--- This values i used in a Full HD monitor(1920 X 1080) --->
<--- Estes valores eu usei num monitor Full HD(1920 X 1080) --->
.background{
background-image: url (https://www.teahub.io/photos/full/97-976476_doom-wallpaper-hd.jpg);
background-size: cover;
background-repeat: no-repeat;
text-align:center;
padding:15%
}

.cor{
background: #b07517;
width: 25%;
margin-left: auto;
margin-right: auto;
}
</style>
Comment

PREVIOUS NEXT
Code Example
Html :: how to make a page notification 
Html :: html metatags for facebook 
Html :: barra di scorrimento orizzontale html 
Html :: HTML <abbr for Abbreviations 
Html :: c++ compile syntax error 
Html :: kak ispolzovat html checkbox 
Html :: Representing the transition on image 
Html :: twig post 
Html :: jQuery Unobtrusive Ajax Helpers 
Html :: kodingan menambahkan judul isi di html 
Html :: change the size of canvas char.js 
Html :: cats bla bla bla 
Html :: chrome youtube tab goes blank 
Html :: getbootstrap.com table 
Html :: how to check password and retype password in html 
Html :: default font size of html 
Html :: cuales son los elementos bloque y los elementos linea 
Html :: what is the tag for i frame 
Css :: css line-clamp 
Css :: remove bullets from list css 
Css :: matinput remove underline 
Css :: css td align center vertical 
Css :: 100vh - 100px 
Css :: center a div css 
Css :: limit p css 
Css :: how to remove link blue color from a tag using css 
Css :: css hover to disable 
Css :: center on page css 
Css :: transparent input box 
Css :: top down gradient css on body 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =