I am trying to create a unique social button design that resembles the custom Google+ sign-in button:
However, I encountered an issue where the second div element (to hold the right part of the button) is not displaying as expected:
Here is the code snippet:
<div id='p' style='display: inline-block'>Testing Testing 123</div>
And the corresponding CSS:
#p {
height: 25px;
width: 50px;
background: #371e41
}