Skip to content

Raz Rassel

  • Home
  • About Raz
  • Contact Raz
YouTube Spotify
Raz Rassel
Web Dev

Center text over image

.container {
position:relative;
}

.absolute-center {
position: absolute;
left: 50%; /* horizontal alignment */
top: 50%; /* vertical alignment */
transform: translate(-50%, -50%); /* horizontal, vertical alignment fine tuning;
explanation: http://stackoverflow.com/q/36817249 */
}

Post navigation

Previous Previous
JS Full Window Height
NextContinue
Reposition Genesis header right widget

Similar Posts

Web Dev

Youtube Responsive JS embed

Read More Youtube Responsive JS embedContinue

Web Dev

Regex Builder

Read More Regex BuilderContinue

Web Dev

Adwords Call Forwarding testing

Read More Adwords Call Forwarding testingContinue

Web Dev

Repsonsive Video embed

Read More Repsonsive Video embedContinue

Web Dev

SPF record to prevent spam delivery

Read More SPF record to prevent spam deliveryContinue

Web Dev

JS Full Window Height

Read More JS Full Window HeightContinue

YouTube Spotify
  • Home
  • About Raz
  • Contact Raz

© 2025 Raz Rassel

Scroll to top
  • Home
  • About Raz
  • Contact Raz