skip to Main Content

HTML mult-text color – Photoshop

<div class="mySlides fade"> <img src="images/homepage1/youth_academy_black_history_2.JPG" style="width:100%"> <div class="text" style="color:black">Youth Academy</div> The above code produces a picture with black text. Lets say I want a stroke(multicolor) ie black with silver outline of the text. In photoshop its called stroke. Can I…

VIEW QUESTION

How to make space between two text boxes in bootstrap-Twitter bootstrap

I need small white space between two text boxes. <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" /> <div class="row col-lg-12 col-sm-12"> <div class="input-group col-md-8"> <span class="control-label">Product Name*</span> <input type="text" class="form-control" placeholder="Product Name" id="productname" required> </div> <div class="input-group col-md-4" style=> <span class="control-label">Short Name*</span> <input type="text"…

VIEW QUESTION
Back To Top
Search