Can anyone help me to implement transparent square fluid with bootstrap?(https://twitter.com/ladygaga)
also I’d like to know how to implement rounded square in that transparent square.
Thanks in advance!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It seems they’re just using a semitransparent background image on that div to get the glassy texture. The image or background-color(such as
RGBA(0,0,0,0.2)) would need to have it’s alpha channel set to something other than 100%. Their CSS looks like this.Assuming you were going to use a similar approach. With a ‘wrapper’ class providing the transparent background, and a ‘whitebg’ class providing the solid white background:
with this CSS to give you what you need for your class: