{"id":10532,"date":"2024-03-03T10:30:00","date_gmt":"2024-03-03T10:30:00","guid":{"rendered":"https:\/\/codehim.com\/?p=10532"},"modified":"2024-03-04T08:30:44","modified_gmt":"2024-03-04T03:30:44","slug":"sms-conversation-ui-using-html-css","status":"publish","type":"post","link":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/","title":{"rendered":"SMS Conversation UI Using HTML CSS"},"content":{"rendered":"<p>This HTML and CSS code snippet helps you to create a sleek SMS Conversation UI. The HTML organizes messages, while CSS styles the conversation. Perfect for adding a professional touch to your messaging applications. Easy to integrate and customize.<\/p>\n<p>You can implement this code for stylish SMS interfaces in your web applications. Enhance user experience with a visually appealing chat layout.<\/p>\n<h2>How to Create SMS Conversation UI Using HTML CSS<\/h2>\n<p>1. First of all, load the <a href=\"https:\/\/meyerweb.com\/eric\/tools\/css\/reset\/\" target=\"_blank\" rel=\"noopener\">Reset CSS<\/a> by adding the following CDN link into the head tag of your HTML document.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/meyer-reset\/2.0\/reset.min.css\"&gt;<\/pre>\n<p>2. Copy the following HTML code within the <code>&lt;ol class=\"chat\"&gt;<\/code> element to structure your SMS conversation. Customize the messages by modifying the content within the <code>&lt;blockquote&gt;<\/code> tags.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;h6&gt;&lt;em&gt;Official document can be found here:  https:\/\/iapps.courts.state.ny.us\/nyscef\/ViewDocument?docIndex=TX7C8ZNf02N\/UoHuOZf2gg==,&lt;\/em&gt;&lt;\/h6&gt;\r\n&lt;h6&gt;&lt;em&gt; Jonathan Hoefler to Tobias Frere-Jones (Tobias in blue)&lt;\/em&gt;&lt;\/h6&gt;\r\n&lt;h6&gt;&lt;em&gt;July 23, 2013 &lt;\/em&gt; 7:51 PM&lt;\/h6&gt;\r\n\r\n&lt;ol class=\"chat\"&gt;\r\n  \r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;You here?&lt;\/blockquote&gt;\r\n        &lt;br&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"me\"&gt;\r\n        &lt;blockquote&gt;hey there&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"me\"&gt;\r\n        &lt;blockquote&gt;leaving in a bit though&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;np:&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;mind if we do 12:30 instead of 12:00 tomorrow?&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"me\"&gt;\r\n        &lt;blockquote&gt;that should be fine&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n   &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;thanks&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;2nd thing: I'm going to have some things for you on the Bigger Stake In The Company conversation.&lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;\r\n            If you don't mind, I think I'm going to type these up &amp; send them to you for your perusal, rather than putting you on the spot at a lunch. That way you'll have time to digest, discuss &amp; react.\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;\r\n            I might need a few more days than expected, though: I am shooting for 7\/31, but we're now in that Everyone You Need Is Out On Their Boat part of the year. I'll know more on Monday.\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;\r\n            Is that ok?\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"me\"&gt;\r\n        &lt;blockquote&gt;\r\n            so this is something i'd get tomorrow and discuss later? Sorry, can't tell which point in time is which.\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;\r\n            I'm also heading out shortly btw.\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;\r\n            no, sorry - I'm still putting everything together, and had hoped to have something to give you next week, but I'm waiting for a guy who I think is now away, (Or at least not returning calls, which is odd since I met with him last Tuesday.)\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"them\"&gt;\r\n        &lt;blockquote&gt;\r\n            I'd like to get you something as soon as possibe, and then we can talk about it whenever you've had a chance to think about it.\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n\r\n    &lt;li class=\"me\"&gt;\r\n        &lt;blockquote&gt;\r\n            Ok, I'm preparing thoughts and ideas over here, also with the 31st in mind\r\n        &lt;\/blockquote&gt;\r\n    &lt;\/li&gt;\r\n&lt;\/ol&gt;\r\n<\/pre>\n<p>3. Now, copy the following CSS code into a separate stylesheet or include it within a <code>&lt;style&gt;<\/code> tag in your HTML file. This CSS provides a clean and modern look to your SMS conversation. You can customize colors and fonts to match your website&#8217;s theme.<\/p>\n<pre class=\"prettyprint linenums lang-css\">@import url(https:\/\/fonts.googleapis.com\/css?family=Open+Sans:400+700);\r\n\r\n.test {\r\n  border-width: 0 10px;\r\n  border-color: black;\r\n  border-style: solid;\r\n  height: 50px;\r\n  border-radius: 10px\/50%;\r\n}\r\n\r\nbody { \r\n  font-family: \"Open Sans\", sanserif;\r\n  margin: 2em;\r\n}\r\n\r\n.chat blockquote {\r\n  line-height: 1.7;\r\n  max-width: 75%;\r\n  margin-bottom: 0.5ex;\r\n  display: inline-block;\r\n  padding: 0.5ex 1em;\r\n  border-radius: 1.5ex\/1em;\r\n  position: relative;\r\n  box-shadow: 0 15px 1px -12px rgba(0,0,0,0.05);\r\n}\r\n ul, li{\r\n   list-style: none;\r\n}\r\n\r\n.chat .them, .chat .me { margin-bottom: 1ex; }\r\n.chat .them { text-align: left; }\r\n.chat .me { text-align: right; }\r\n\r\nblockquote:last-child::before {\r\n  display:block;\r\n  position: absolute;\r\n  z-index: -999;\r\n  border: 1ex solid transparent;\r\n  bottom: 0;\r\n  border-radius: 1em\/1ex;  \r\n}\r\n\r\n.chat .them blockquote { background-color: #ccc; }\r\n.chat .them blockquote:last-child::before {\r\n  border-bottom-color: #ccc;\r\n  border-right-color: #ccc;\r\n  left: -0.8ex;\r\n  content: \"\";\r\n}\r\n\r\n.chat .typing blockquote { \r\n  background-color: #ccc;\r\n  font-weight: bold;\r\n  color: #666;\r\n}\r\n.chat .typing blockquote:last-child::before {\r\n  border-color: #ccc;\r\n  border-width: 0.6ex;\r\n  border-radius: 0.6ex;\r\n  left: -0.2ex;\r\n  box-shadow: -1.1ex 0.3ex 0 -0.3ex #ccc;\r\n  content: \"\";\r\n}\r\n\r\n\r\n.chat .me blockquote {\r\n  background-color: #007AFF;\r\n  background-image: linear-gradient(180deg,#007AFF,#1D62F0);\r\n  color: white;\r\n}\r\n\r\n.chat .me blockquote:last-child::before {\r\n  content: \"\";\r\n  right: -0.8ex;\r\n  border-bottom-color: #1D62F0;  \r\n  border-left-color: #1D62F0;\r\n}\r\n\r\nh6 {\r\n  font-size: .7em;\r\n  text-align: center;\r\n  margin: 1em 0;\r\n  color: #ccc;\r\n}\r\n\r\nh6 em { font-weight: bold; }<\/pre>\n<p>Feel free to customize the code further to suit your specific needs, such as changing colors, fonts, or adjusting the layout. Enjoy implementing this SMS Conversation UI effortlessly!<\/p>\n<p>That&#8217;s all! hopefully, you have successfully integrated this SMS Conversation UI into your web\/app project. If you have any questions or suggestions, feel free to comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This HTML and CSS code snippet helps you to create a sleek SMS Conversation UI. The HTML organizes messages, while&#8230;<\/p>\n","protected":false},"author":1,"featured_media":10536,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[63],"tags":[],"class_list":["post-10532","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-html5-css3"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SMS Conversation UI Using HTML CSS &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a free code snippet to create a SMS Conversation UI Using HTML CSS. You can view demo and download the source code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SMS Conversation UI Using HTML CSS &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a free code snippet to create a SMS Conversation UI Using HTML CSS. You can view demo and download the source code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-03T10:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-04T03:30:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"980\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"SMS Conversation UI Using HTML CSS\",\"datePublished\":\"2024-03-03T10:30:00+00:00\",\"dateModified\":\"2024-03-04T03:30:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\"},\"wordCount\":221,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png\",\"articleSection\":[\"HTML5 &amp; CSS3\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\",\"url\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\",\"name\":\"SMS Conversation UI Using HTML CSS &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png\",\"datePublished\":\"2024-03-03T10:30:00+00:00\",\"dateModified\":\"2024-03-04T03:30:44+00:00\",\"description\":\"Here is a free code snippet to create a SMS Conversation UI Using HTML CSS. You can view demo and download the source code.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png\",\"width\":1280,\"height\":980,\"caption\":\"SMS Conversation UI Using HTML CSS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML5 &amp; CSS3\",\"item\":\"https:\/\/codehim.com\/category\/html5-css3\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SMS Conversation UI Using HTML CSS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SMS Conversation UI Using HTML CSS &#8212; CodeHim","description":"Here is a free code snippet to create a SMS Conversation UI Using HTML CSS. You can view demo and download the source code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/","og_locale":"en_US","og_type":"article","og_title":"SMS Conversation UI Using HTML CSS &#8212; CodeHim","og_description":"Here is a free code snippet to create a SMS Conversation UI Using HTML CSS. You can view demo and download the source code.","og_url":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-03-03T10:30:00+00:00","article_modified_time":"2024-03-04T03:30:44+00:00","og_image":[{"width":1280,"height":980,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png","type":"image\/png"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"SMS Conversation UI Using HTML CSS","datePublished":"2024-03-03T10:30:00+00:00","dateModified":"2024-03-04T03:30:44+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/"},"wordCount":221,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png","articleSection":["HTML5 &amp; CSS3"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/","url":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/","name":"SMS Conversation UI Using HTML CSS &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png","datePublished":"2024-03-03T10:30:00+00:00","dateModified":"2024-03-04T03:30:44+00:00","description":"Here is a free code snippet to create a SMS Conversation UI Using HTML CSS. You can view demo and download the source code.","breadcrumb":{"@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2024\/01\/SMS-Conversation-UI-Using-HTML-CSS.png","width":1280,"height":980,"caption":"SMS Conversation UI Using HTML CSS"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/html5-css3\/sms-conversation-ui-using-html-css\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"HTML5 &amp; CSS3","item":"https:\/\/codehim.com\/category\/html5-css3\/"},{"@type":"ListItem","position":3,"name":"SMS Conversation UI Using HTML CSS"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":1660,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/10532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=10532"}],"version-history":[{"count":1,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/10532\/revisions"}],"predecessor-version":[{"id":11281,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/10532\/revisions\/11281"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/10536"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=10532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=10532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=10532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}